.kenesis-body .rv-content.content1 {
    text-align: center;
    background-color: transparent !important;
}

.kenesis-body .rv-head,
.kenesis-body .rv-shead {
    background-color: transparent !important;
}

.kenesis-body .rv-content.content1 > .inner-ctn {
    padding: 0 !important;
    max-width: 90%;
    margin: 0 auto;
}

.kenesis-body .section-ctn {
    position: relative;
}

.kenesis-body .rv-image > .inner-ctn {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.kenesis-body .section-ctn .rv-head > .inner-ctn,
.kenesis-body .section-ctn .rv-shead > .inner-ctn {
    padding: 0 !important;
}

.kenesis-body .clip-svg {
    position: absolute;
    top: -1000px;
    left: -1000px;
    width: 500px;
    height: 500px;
}

.kenesis-body .section-ctn[data-n="2"] {
    height: 800px;
    z-index: 10;
}

.kenesis-body .section-ctn[data-n="2"] > .video-ctn {
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
}

.kenesis-body .section-ctn[data-n="2"] > .video-ctn > .inner-ctn:before {
    content: "";
    position: absolute;
    top: -290px;
    left: -143px;
    width: 550px;
    height: 550px;
    border: 15px solid white;
    transform: rotate(45deg);
}

.kenesis-body .section-ctn[data-n="2"] > .video-ctn > .inner-ctn:after {
    content: "";
    position: absolute;
    bottom: -290px;
    left: -143px;
    width: 550px;
    height: 550px;
    border: 15px solid white;
    transform: rotate(45deg);
}

.kenesis-body .section-ctn[data-n="2"]:after {
    content: "";
    position: absolute;
    transform: rotate(45deg);
    border: 8px solid white;
    bottom: -230px;
    left: 115px;
    width: 450px;
    height: 450px;
}

.kenesis-body .section-ctn[data-n="2"]:before {
    content: "";
    position: absolute;
    transform: rotate(45deg);
    border: 5px solid white;
    bottom: -145px;
    left: 360px;
    width: 350px;
    height: 350px;
    opacity: 0.6;
    z-index: 3;
}

.kenesis-body .section-ctn[data-n="2"] > .video-ctn:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 400px 400px 0;
    border-color: transparent #ffffff transparent transparent;
}

.kenesis-body .section-ctn[data-n="2"] > .video-ctn:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 400px 400px;
    border-color: transparent transparent #ffffff transparent;
}

.kenesis-body .section-ctn[data-n="2"] > .inner-ctn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 60px;
    max-width: 50%;
    z-index: 3;
}

.kenesis-body .section-ctn[data-n="2"] > .rv-image {
    position: absolute;
    top: 50%;
    right: 25%;
    transform: translateX(50%) translateY(-50%);
    z-index: 2;
    width: 420px;
    height: 600px;
    overflow: visible;
}

.kenesis-body .section-ctn[data-n="2"] > .rv-image > .inner-ctn {
    position: relative;
    z-index: 2;
}

.kenesis-body .section-ctn[data-n="2"] > .rv-image:before {
    content: "";
    position: absolute;
    top: 50px;
    right: -50px;
    width: 100px;
    height: 600px;
    z-index: 1;
}

.kenesis-body .section-ctn[data-n="3"] {
    height: 700px;
}

.kenesis-body .section-ctn[data-n="3"] > .rv-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.kenesis-body .section-ctn[data-n="3"] > .inner-ctn {
    position: absolute;
    top: 0;
    left: 0;
    right: 40%;
    bottom: 0;
}

.kenesis-body .section-ctn[data-n="3"] > .inner-ctn > .rv-image {
    width: 420px;
    float: left;
    height: 700px;
    z-index: 2;
    position: relative;
}

.kenesis-body .section-ctn[data-n="3"] > .inner-ctn > .inner-box {
    float: left;
    height: 700px;
    width: calc(100% - 420px);
    position: relative;
}

.kenesis-body .section-ctn[data-n="3"] > .inner-ctn > .inner-box:before,
.kenesis-body .section-ctn[data-n="3"] > .inner-ctn > .inner-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.kenesis-body .section-ctn[data-n="3"] > .inner-ctn > .inner-box:after {
    width: 100%;
}

.kenesis-body .section-ctn[data-n="3"] > .inner-ctn > .inner-box > .inner-ctn {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: white;
    z-index: 9;
}

.kenesis-body .section-ctn[data-n="3"] > .inner-ctn > .inner-box > .inner-ctn > .inner-ctn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: calc(100% - 40px);
}

.kenesis-body .section-ctn[data-n="4"] {
    height: 520px;
}

.kenesis-body .section-ctn[data-n="4"] .img-svg {
    width: 500px;
    height: 500px;
    position: absolute;
}

.kenesis-body .section-ctn[data-n="4"] > .inner-ctn > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.kenesis-body .section-ctn[data-n="4"] > .inner-ctn > .diamond-image-ctn:nth-child(1) {
    z-index: 2;
}

.kenesis-body .section-ctn[data-n="4"] > .inner-ctn > .diamond-image-ctn:nth-child(1) > .inner-ctn {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.kenesis-body .section-ctn[data-n="4"] > .inner-ctn > .diamond-image-ctn:nth-child(1) .img-svg:nth-child(1) {
    top: 50%;
    transform: translateY(-50%);
    left: -260px;
}

.kenesis-body .section-ctn[data-n="4"] > .inner-ctn > .diamond-image-ctn:nth-child(1) .img-svg:nth-child(2) {
    top: -250px;
    left: 0;
}

.kenesis-body .section-ctn[data-n="4"] > .inner-ctn > .diamond-image-ctn:nth-child(1) .img-svg:nth-child(3) {
    bottom: -250px;
    left: 0;
}

.kenesis-body .section-ctn[data-n="4"] > .inner-ctn > .diamond-image-ctn:nth-child(1) .img-svg:nth-child(4) {
    top: 50%;
    transform: translateY(-50%);
    left: 260px;
}

.kenesis-body .section-ctn[data-n="4"] .diamond-svg {
    width: 500px;
    height: 500px;
    position: absolute;
    bottom: -250px;
    left: 520px;
}

.kenesis-body .section-ctn[data-n="4"] .diamond-svg * {
    fill: white;
}

.kenesis-body .section-ctn[data-n="4"] > .inner-ctn > .diamond-image-ctn:nth-child(2) .rv-image > .inner-ctn {
    background-attachment: fixed;
}

.kenesis-body .section-ctn[data-n="4"] > .inner-ctn > .diamond-image-ctn:nth-child(3) .img-svg {
    width: 1000px;
    height: 1000px;
    top: -250px;
    z-index: 3;
    right: -650px;
}

.kenesis-body .section-ctn[data-n="4"] > .inner-ctn > .diamond-image-ctn:nth-child(1):before {
    content: "";
    width: 500px;
    height: 500px;
    position: absolute;
    top: -353px;
    transform: rotate(45deg);
    left: -3px;
    border: 3px solid white;
    z-index: 2;
}

.kenesis-body .section-ctn[data-n="4"] > .inner-ctn > .diamond-image-ctn:nth-child(1) > .inner-ctn:after {
    content: "";
    width: 500px;
    height: 500px;
    position: absolute;
    bottom: -353px;
    transform: rotate(45deg);
    left: -3px;
    border: 3px solid white;
    z-index: 2;
}

.kenesis-body .section-ctn[data-n="4"] > .inner-ctn > .diamond-image-ctn:nth-child(1) > .inner-ctn:before {
    content: "";
    width: 700px;
    height: 700px;
    position: absolute;
    top: -358px;
    transform: rotate(45deg);
    left: 660px;
    border: 7px solid white;
    z-index: 2;
}

.kenesis-body .section-ctn[data-n="4"] > .inner-ctn > .diamond-image-ctn:nth-child(1):after {
    content: "";
    width: 700px;
    height: 700px;
    position: absolute;
    top: -358px;
    transform: rotate(45deg);
    left: 660px;
    border: 7px solid white;
    z-index: 2;
    opacity: 0.4;
}

.kenesis-body .section-ctn[data-n="4"] > .inner-ctn > .diamond-image-ctn:nth-child(2):before {
    content: "";
    width: 300px;
    height: 300px;
    position: absolute;
    bottom: -153px;
    transform: rotate(45deg);
    left: 800px;
    border: 3px solid white;
    z-index: 2;
}

.kenesis-body .section-ctn[data-n="5"] {
    height: 770px;
}

.kenesis-body .section-ctn[data-n="5"] > .rv-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.kenesis-body .section-ctn[data-n="5"] > .rv-image > .inner-ctn {
    background-attachment: fixed;
}

.kenesis-body .section-ctn[data-n="5"] > .rv-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.6;
}

.kenesis-body .section-ctn[data-n="5"] > .inner-ctn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    width: 90%;
    text-align: center;
}

.bot-bar {
    height: 50px;
    position: relative;
    z-index: 2;
    background-color: white;
}

.go-to-top-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #2d1418;
    right: 5%;
    top: -25px;
    cursor: pointer;
}

.go-to-top-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 40px;
    color: white;
}

.section-ctn[data-n="2"] > .video-ctn > .inner-ctn,
.section-ctn[data-n="2"] > .video-ctn > .inner-ctn .rv-image,
.section-ctn[data-n="4"] .diamond-image-ctn .rv-image {
    width: 100%;
    height: 100%;
}